Click or drag to resize

PredictedMessageAction Enumeration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum PredictedMessageAction
Members
  Member nameValueDescription
None0 The item has no predicted next action.
Response1 The predicted next action is a response.
FollowUp2 The predicted next action is a followup.
MoveToFolder3 The predicted next action is a move to a different folder.
Delete4 The predicted next action is a deletion.
Read5 The predicted next action is a read.
Ignore6 The predicted next action is that the item will be ignored.
See Also